home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / jfklib.zip / MDIDEMO.H < prev    next >
Text File  |  1991-05-11  |  229b  |  14 lines

  1. /*
  2.     MDIDEMO.H -    (C) 1991 by Joachim Kainz 'On a mission from Bhudda'
  3. */
  4.     #if !defined (__HELLO_H)
  5.  
  6.     #define __HELLO_H 1
  7.  
  8.     #include <jfklib.h>
  9.  
  10.     #define ID_HI_FOLKS     1001
  11.     #define ID_FONT         1002 /* - 1008 */
  12.  
  13.     #endif
  14.